
@font-face {
    font-family: 'gotham_blackregular';
    src: url('gotham_black_regular.otf'),
    	 url('gotham_black_regular-webfont.woff2') format('woff2'),
         url('gotham_black_regular-webfont.woff') format('woff'),
         url('gotham_black_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}